home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / python-1.3 / discl_and_copyright < prev    next >
Encoding:
Text File  |  1996-07-16  |  1.9 KB  |  51 lines

  1.  
  2.     DISCLAIMER:
  3.  
  4. ("this program" = the Python executable in this distribution in
  5. particular, but also all other files.)
  6.  
  7. I  tried  to  make this program error-free and safe to use, for your and my
  8. own  benefit.   This  disclamer  applies  to the (small) part of the code I
  9. wrote  myself.   The  disclamer  from  the  copyright notice from Stichting
  10. Mathematisch  Centrum  (included  below)  applies  to the rest of the code,
  11. written by Guido van Rossum and others.
  12.   
  13. I  provide  this program "as is".  USE THE PROGRAM AT YOUR OWN RISK.  In no
  14. event will I be liable for damages to you - whether they arise from the use
  15. of  this  program  or  the  inability to use it, whether they are direct or
  16. consequential,  including,  but  not  limited  to,  the loss of data or the
  17. generation of inaccurate data.  No warranties are made.
  18.  
  19.  
  20.         Irmen de Jong,
  21.         29 feb. 1996
  22.  
  23.  
  24.  
  25.  
  26.  
  27.     PYTHON COPYRIGHT NOTICE:
  28.  
  29.  
  30. Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
  31. The Netherlands.
  32.  
  33.                         All Rights Reserved
  34.  
  35. Permission to use, copy, modify, and distribute this software and its
  36. documentation for any purpose and without fee is hereby granted,
  37. provided that the above copyright notice appear in all copies and that
  38. both that copyright notice and this permission notice appear in
  39. supporting documentation, and that the names of Stichting Mathematisch
  40. Centrum or CWI not be used in advertising or publicity pertaining to
  41. distribution of the software without specific, written prior permission.
  42.  
  43. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
  44. THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  45. FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
  46. FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  47. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  48. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  49. OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  50.  
  51.